Welcome![Sign In][Sign Up]
Location:
Search - send packet

Search list

[JSP/JavaJava聊天室程序

Description: 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new DatagramSocket(port); //实例化数据报Socket DatagramPacket packet; System.out.println("Server start..."); //输出运行信息 while (true){ packet=new DatagramPacket(buffer,buffer.length); //实例化数据报 socket.receive(packet); //接受请求 InetAddress target=packet.getAddress(); System.out.println("Received from"+target); //输出请求地址 int port=packet.getPort(); //得到接收端口 byte[] message="This is server,Who are you?".getBytes(); //服务器返回信息 packet=new DatagramPacket(message,message.length,target,port); //实例化数据报 socket.send(packet); //发送数据报 } } catch (Exception ex){ ex.printStackTrace(); //输出出错信息 } } public static void main(String[] args){ new UDPServerDemo(); } }
Platform: | Size: 1095119 | Author: 594353482@qq.com | Hits:

[Internet-Networkudp_demo

Description: 用rawsocket构造udp数据包的程序-Rawsocket constructed using udp packet procedure
Platform: | Size: 80896 | Author: hero95 | Hits:

[Internet-Networkwpcap_samples

Description: WinpCap开发包例子:1. devicelist.c 获得本机网络设备的列表 2. cappacket.c 抓取网络中的数据包 3. sendpacket.c 发送自己填充的一个数据包 4. statics.c 对网络中的数据进行统计 5. filter.c 按指定规则对捕获的数据包进行过滤-WinpCap development kits examples : 1. devicelist.c access the computer network equipment list 2. cappacket.c crawls Network data packet 3. sendpacket.c send their fill of a data packet 4. stati cs.c right network data statistics 5. filter.c designated by the rules of the capture of data packets conducted Filter
Platform: | Size: 5120 | Author: 站长 | Hits:

[Internet-NetworkSend_UDP_Packet

Description: 发送UDP网络数据包-send UDP data packet network
Platform: | Size: 36864 | Author: 无法激活 | Hits:

[Hook apixHook

Description: 当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候, 怎么办?这个小工具也许能帮一些忙。 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。-When you caught on the network data packets and would like to know which of these packages is issued to the process, how do? This small tools may be able to help some busy. This tool is used in the process of winsock HOOK API, some data is recorded.
Platform: | Size: 58368 | Author: 肖武 | Hits:

[Internet-NetworkRUP

Description: 用UDP模拟TCP连接,在每个UDP包的头部,加入了发包的序数,以确保UDP包的个数与顺序。保证了,发送数据的完整性。-UDP simulation using TCP connections, in each UDP packet on the head, joined the ordinal number of contracts to ensure that the UDP packet with the number sequence. Guaranteed, send data integrity.
Platform: | Size: 55296 | Author: 李小 | Hits:

[Internet-Network基于UDP-面向连接的应用程序

Description: 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide data; Asynchronous server to send UDP packet, the client received UDP packet and write. TXT file.
Platform: | Size: 8192 | Author: lee | Hits:

[Communicationcs8900a_03

Description: cs8900a 驱动 TCP/TP协议网络通信,1、可以接收和发送帧 2、 实现了ARP报文传输;3、 ARP应答;4、实现了ICMP协议-cs8900a driven TCP/TP network communication agreement, one that can receive and send two frames, to achieve the ARP packet transmission; 3, ARP response; 4, achieved the ICMP
Platform: | Size: 25600 | Author: 梁启 | Hits:

[TCP/IP stackMSARPSender

Description: ARP数据包发送程序源码.代码很简单,而很清楚地标出ARP数据包的构造,发送,和嗅探过程.很经典!-ARP packets to send a program source. Code is very simple and very clearly marked ARP packet structure, Send and sniffer process. classic!
Platform: | Size: 18432 | Author: 车军 | Hits:

[Internet-NetworkWakeupONLAN)

Description: 局域网远程唤醒(Wakeup On LAN) -- 即发送一个Magic Packet到某个MAC地址-awaken remote LAN (Wakeup On LAN)-- that is, send a Magic Pack et to a MAC address
Platform: | Size: 1024 | Author: | Hits:

[Internet-NetworkARPSender2

Description: unix/linux send arp packet to other machine!-unix/linux send arp packet to other machin e!
Platform: | Size: 1024 | Author: 梧桐 | Hits:

[JSP/Javatcp

Description: 用java写的tcp数据包发送和接收代码。-Using java to write the tcp packet send and receive code.
Platform: | Size: 2048 | Author: 杨敏 | Hits:

[Firewall-Securitypassthru

Description: 网络包截获与修改,拦截网卡数据包,对包进行修改,然后发送。-Network packet intercepted and modified to intercept packets card on the package be modified, and then send.
Platform: | Size: 5182464 | Author: 汤导 | Hits:

[Sniffer Package capturerawtcpip

Description: This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windows\system32 and run this code. you need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handling in it. Arguments to pass are all type string. Argument list is : Destination IP, Destination Port. Source IP,Source Port, TTL, Flags(URG,ACK,PSH,RST,SYN,FIN) it will return 0 in successfull packet transmission.-This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windowssystem32 and run this code. You need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handling in it. Arguments to pass are all type string. Argument list is: Destination IP, Destination Port. Source IP, Source Port, TTL, Flags (URG, ACK, PSH, RST, SYN, FIN) it will return 0 in successfull packet transmission.
Platform: | Size: 41984 | Author: xunion | Hits:

[TCP/IP stackCode

Description: 此程序为 发送tcp udp 本程序需要安装Winpcap,版本为3.1,其他版本可能造成程序无法正常使用。 开发平台: windows XP SP2 Visual Studio.net 2003-This procedure to send tcp udp This procedure will need to install Winpcap, version 3.1, other versions may result in the procedure not work properly. Development platform: windows XP SP2 Visual Studio.net 2003
Platform: | Size: 630784 | Author: 黎明 | Hits:

[Windows DevelopSend-packet

Description: send raw packet in windows xp ,2000
Platform: | Size: 14336 | Author: ali | Hits:

[androidUDPServerDemos-(4)

Description: This code for UDP server client, when we need to send packet from android enabled device .. -This is code for UDP server client, when we need to send packet from android enabled device ..
Platform: | Size: 40960 | Author: prabhu | Hits:

[Internet-Networksend-packet

Description: 发包程序,可以对指定主机进行发包, 很简单,方便使用-send packet to some PC
Platform: | Size: 1024 | Author: 余虎 | Hits:

[Sniffer Package captureSend-packet-source

Description: Send packet source Send packet source-Send packet source Send packet source
Platform: | Size: 169984 | Author: 周大大 | Hits:

[e-languagesend封包拦截模块源码

Description: send封包拦截模块源码,易语言模块,易语言模块封包拦截模块源码,很有用的,收藏吧!(Send packet interception module source code, easy language module, easy language module blocking module source code, very useful, collection bar!)
Platform: | Size: 4096 | Author: Elegant666 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net